home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / gfx / edit / PfPaint_V2.lha / PerfectPaint / rexx / general / StartUp.rx < prev   
Encoding:
Text File  |  2000-06-21  |  145 b   |  15 lines

  1. /*     arexx Script 
  2.     Startup script
  3. */
  4.  
  5.     options results
  6.     parse ARG Port b    
  7.     ADDRESS value Port
  8.  
  9.     pp_Warn 'Welcome*to|PerfectPaint*V2.0'
  10.  
  11.     EXIT
  12.  
  13.  
  14.  
  15.